cody - HTMLify profile

cody
4270 Files
634151 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/104 - Catch Me If You Can/js
var box = document.getElementById("box");
var viewWidth = window.innerWidth;
var viewHeight = window.innerHeight;
// Updates the viewport height and width dynamically
window.addEventListener("resize", function(event) {
viewWidth = window.innerWidth;
var viewWidth = window.innerWidth;
var viewHeight = window.innerHeight;
// Updates the viewport height and width dynamically
window.addEventListener("resize", function(event) {
viewWidth = window.innerWidth;